home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 January
/
CHIP Turkiye Ocak 1998.iso
/
ARACLAR
/
WINNC
/
SETUP.EXE
/
0
/
RCDATA
/
TCONNECTDIALOG
/
TCONNECTDIALOG.txt
< prev
Wrap
Text File
|
1997-04-30
|
3KB
|
144 lines
object ConnectDialog: TConnectDialog
Left = 207
Top = 181
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Connect Network Resource'
ClientHeight = 262
ClientWidth = 404
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 250
Top = 55
Width = 79
Height = 13
Caption = '&Available Drives:'
FocusControl = ComboBox1
end
object Label2: TLabel
Left = 250
Top = 175
Width = 49
Height = 13
Caption = '&Password:'
FocusControl = PassWord
end
object Bevel1: TBevel
Left = 10
Top = 215
Width = 385
Height = 8
Shape = bsBottomLine
end
object Label3: TLabel
Left = 12
Top = 6
Width = 121
Height = 13
Caption = '&Browse for Network Path:'
FocusControl = NetBrowse1
end
object Label4: TLabel
Left = 250
Top = 130
Width = 56
Height = 13
Caption = '&User Name:'
FocusControl = username
end
object Bevel2: TBevel
Left = 250
Top = 115
Width = 145
Height = 7
Shape = bsBottomLine
end
object Label5: TLabel
Left = 250
Top = 5
Width = 68
Height = 13
Caption = '&Network Path:'
FocusControl = ComboBox2
end
object NetBrowse1: TNetBrowse
Left = 10
Top = 20
Width = 231
Height = 191
ResourceType = rtDisk
ParentColor = False
TabOrder = 0
TabStop = True
OnChange = NetBrowse1Change
end
object BitBtn1: TBitBtn
Left = 195
Top = 230
Width = 96
Height = 25
TabOrder = 1
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 300
Top = 230
Width = 96
Height = 25
TabOrder = 2
Kind = bkCancel
end
object ComboBox1: TComboBox
Left = 250
Top = 70
Width = 146
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
TabOrder = 3
OnDrawItem = ComboBox1DrawItem
end
object PassWord: TEdit
Left = 250
Top = 190
Width = 146
Height = 21
PasswordChar = '*'
TabOrder = 4
end
object ConnectAtLogon: TCheckBox
Left = 250
Top = 100
Width = 121
Height = 17
Caption = '&Reconnect At Logon'
TabOrder = 5
end
object username: TEdit
Left = 250
Top = 145
Width = 146
Height = 21
TabOrder = 6
end
object ComboBox2: TComboBox
Left = 250
Top = 20
Width = 146
Height = 21
ItemHeight = 13
TabOrder = 7
OnChange = ComboBox2DropDown
end
end